home *** CD-ROM | disk | FTP | other *** search
/ Aminet 40 / Aminet 40 (2000)(Schatztruhe)[!][Dec 2000].iso / Aminet / dev / c / ExtrasLib.lha / ExtrasLib / Include / Extras / entry.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-09-30  |  165 b   |  15 lines

  1. #ifndef EXTRAS_ENTRY_H
  2. #define EXTRAS_ENTRY_H
  3.  
  4. #ifndef    EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. struct EItem
  9. {
  10.   STRPTR Name;
  11.   STRPTR *ReturnString;
  12. };
  13.  
  14. #endif
  15.